:root {
    --activeTextColor: #c5202c;
    --activeTitleColor: #3848a0;
    --fontFamilyStyle: '濮掓稒鍨崇紞锟�', "Microsoft YaHei";
    --MicrosoftYaHei: '鐎甸偊鍠涢拏瀣⒖閸涘鎷�';
    --secondTitleFWeight: 400;
}


.root_h {
    max-width: 100vw;
    min-width: 1280px;
    min-height: 100vh;
    max-height: fit-content;
    background: #F0F5FE;
    overflow: hidden;
}

/* 闁稿浚鍓欓崣锛勭尵鐠囧弶鍊� start */
.title_hover:hover {
    color: var(--activeTitleColor);

}

.title_hover_jsdeal {
    color: #666;
}

.item_text a {
    position: relative;
}

.item_text {
    display: block;
    font-family: var(--fontFamilyStyle);
    margin-left: 1px;

}

.item_text a::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #666666;
    border-radius: 50%;
    margin-right: 8px;
    transform: translateY(-4px);
}

/* ul li {
    display: flex;
    align-items: center;
    margin-left: 16px;
    font-family: var(--fontFamilyStyle);
    margin-bottom: 23px;
    margin-left: 16px;
}

ul li a::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #666666;
    border-radius: 50%;
    margin-right: 8px;
    transform: translateY(-4px);
} */

ul li:hover a {
    color: var(--activeTextColor);
    cursor: pointer;
}

.text_hover:hover a {
    color: var(--activeTextColor);
    cursor: pointer;
}

.text_hover_a:hover {
    color: var(--activeTextColor);
    cursor: pointer;
}

.text_hover:hover .dot {
    background: var(--activeTextColor);
}

.swiper-h .dot {
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #666666;
    border-radius: 50%;
    margin-right: 8px;
    transform: translateY(-4px);
}

.main_news_dignitaries .dignitaries .list.personnel a,
.main_news_dignitaries .dignitaries .list.integrity a {
    display: block;
    /* margin-left: 16px; */
    font-family: var(--MicrosoftYaHei);
    margin-bottom: 23px;
    margin-left: 11px;
    width: 80%;

    /* 闁告凹鍨抽弫锟� Webkit 闁烩晜甯楄啯闁割煉鎷� */
    display: -webkit-box;
    /* 闁哄嫬澧介妵姘▔閵堝牜鏀介柡鍌氭处濠€锟� */
    -webkit-line-clamp: 2;
    /* 闁搞劌鍊诲ú鍧楀及閸撗佷粵闁哄倸娲﹀﹢锟� */
    -webkit-box-orient: vertical;
    /* 閻℃帒鎳庨崵顓㈡焾閵娿儱鐎婚柣鈧妿濞撶兘鎮鹃妷銉ュ▏(...)閻炴稏鍔庨妵锟� */
    overflow: hidden;
    text-overflow: ellipsis;
}

.main_news_dignitaries .dignitaries .list.personnel a:hover,
.main_news_dignitaries .dignitaries .list.integrity a:hover {
    color: var(--activeTextColor);
    cursor: pointer;
}

/* 闁稿浚鍓欓崣锛勭尵鐠囧弶鍊� end */


/* 濠㈣埖鎸抽崕瀵糕偓浣冨閸╋拷 */
.header {
    width: 100%;
    height: 32px;
    background: #1D71B7;
}

.header .header_nav {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_nav .left,
.header_nav .right {
    height: 100%;
    display: flex;
    align-items: center;
}

.header_nav .nav_item:first-child {
    margin-left: 0;
}

.header_nav .nav_item {
    font-size: 10px;
    font-family: "Microsoft YaHei";
    color: #ffffff;
    margin-left: 16px;
}

/* 闁兼寧绮屽畷锟� */
.menu {
    width: 100%;
    height: 80px;
    background: #FFFFFF;
}

.menu .menu_box {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu .menu_box .logo {
    width: 170px;
    height: 58px;
}

.menu .menu_box .menu_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 2;
    padding-left: 75px;

}

.menu_box .menu_list .menu_item {
    /* font-weight: 500; */
    font-size: 14px;
    font-family: var(--MicrosoftYaHei);


}


/* 闁告劕鎳庨鎰板礌閿燂拷 */
.main .main_title {
    margin-top: 16px;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 1px 4px 0px rgba(211, 211, 211, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 20px;
}

.main .main_title .title a {
    height: 45px;
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #3848A0;
    line-height: 45px;
}

.main .main_title .desc {
    margin-top: 24px;
    font-family: var(--MicrosoftYaHei);
    height: 24px;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
}

/* 閺夌儐鍠楅幐锟� + 濞戞挴鍋撻柛娑栧妼椤掔喐绋婇悩鎻掓暥閻庣櫢鎷�  */

.main .main_swiper_study {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

/* 閺夌儐鍠楅幐閬嶅炊閹呯；濠殿噯鎷� */
.main .main_swiper_study .swiper-banner {
    width: 872px;
    height: 492px;
}

.main_swiper_study .swiper-banner .swiper .box {
    position: relative;
    width: 872px;
    height: 492px;
}

.main_swiper_study .swiper-banner .swiper .box .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 10px 10px 10px;
    color: #fff;
    background: rgba(0,0,0,.65);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.65)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
}

.main_swiper_study .swiper-banner .swiper .box .desc .text {
    width: 85%;
    margin: 27px 0;
    font-family: var(--fontFamilyStyle);
}

.main_swiper_study .swiper-banner .swiper .box .desc .text a {
    display: inline-block;
    width: 725px;
    font-size: 23px;
    font-family: var(--MicrosoftYaHei);
    font-weight: 400;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main_swiper_study .swiper-banner .swiper .box .desc .text a:active {
    color: #c5202c;
}

.main_swiper_study .swiper-banner .swiper img {
    width: 872px;
    height: 492px;
    transition: 1s;

}

.main_swiper_study .swiper-banner .swiper img:hover {
    transition: 1s;
    transform: scale(1.1);
}

.main_swiper_study .swiper-banner .swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ffffff;
    opacity: 0.7;
    border-radius: 5px;
}

@keyframes dotWdith {
    0% {
        width: 10px;
    }

    100% {
        width: 20px;
    }
}

.main_swiper_study .swiper-banner .swiper .swiper-pagination-bullet-active {
    width: 0;
    height: 10px;
    opacity: 1;
    background: #ffffff;
    border-radius: 5px;
    animation: dotWdith 0.3s linear forwards;
}

.main_swiper_study .swiper-banner .swiper .swiper-pagination-bullets {
    width: auto;
    left: auto;
    bottom: auto;
}

.main_swiper_study .swiper-banner .swiper .swiper-pagination {
    display: inline-block;
    position: absolute;
    bottom: 19px;
    right: 10px;
}

/* 閺夌儐鍠楅幐杈╃磼閹惧瓨灏� */

/* 閻庢冻缂氱弧鍕嚕閳ь剚鎱ㄩ敓锟� */
.main_swiper_study .study {
    width: 390px;
    height: 492px;

}

.main_swiper_study .study .progressive {
    width: 390px;
    height: 118px;
    font-size: 0;
}

.main_swiper_study .study .zhejiang_card {
    width: 390px;
    height: 490px;
    background: #ffffff;
    box-shadow: 0px 1px 4px 0px rgba(211, 211, 211, 0.8);
}

.main_swiper_study .study .zhejiang_card .top {
    font-size: 15px;
    font-family: var(--MicrosoftYaHei);
    font-weight: var(--secondTitleFWeight);
    font-style: italic;
    color: #666;
    line-height: 24px;
    padding: 22px 19px 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_swiper_study .study .zhejiang_card .top .logo {
    width: 205px;
    height: 41px;
    background: url(http://zj.news.cn/2023static/images/news-zj.png) no-repeat center;
    background-size: 100% 100%;
}

.main_swiper_study .study .zhejiang_card .line {
    width: 390px;
    height: 1px;
    background: #eeeeee;
}

.main_swiper_study .study .zhejiang_card .list {
    padding-left: 0.1px;
    margin-top: 22px;
}

/* .main_swiper_study .study .zhejiang_card  */
ul li {
    /* display: flex;
    align-items: center; */
    margin-left: 11px;
    font-family: var(--MicrosoftYaHei);
    margin-bottom: 13px;
    line-height: 24px;
    font-size: 16px;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;

}

.list ul li {
    /* display: flex;
    align-items: center; */
    margin-left: 11px;
    font-family: var(--MicrosoftYaHei);
    margin-bottom: 13px;
    line-height: 24px;
    font-size: 16px;
    width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

/* .main_swiper_study .study .zhejiang_card  */
ul li a::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #666666;
    border-radius: 50%;
    margin-right: 8px;
    transform: translateY(-4px);
}

/* 閻庢冻缂氱弧锟� end */

/* 闁哄倷鍗冲锟� start */
.main_news_dignitaries {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}

.main_news_dignitaries .news {
    width: 874px;
    height: 274px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px 0px rgba(211, 211, 211, 0.8);
}

.main_news_dignitaries .news .news_left {
    /* width: 874px;
    height: 308px;
    background: #ffffff;
    box-shadow: 0px 1px 4px 0px rgba(211, 211, 211, 0.8); */
    padding-top: 0.1px;


}
.main_news_dignitaries .news .news_left .top 闁靛棌鍋�.l {
    position:absolute;
    left:400px;
    top:7px;
}

.main_news_dignitaries .news .top {
    padding-top: 0.1px;
    margin-left: 21px;
    margin-top: 24px;
    position:relative;

}

.main_news_dignitaries .news .title a {
    display: inline-block;
    font-size: 22px;
    font-family: var(--fontFamilyStyle);
    font-weight: 900;
    color: #3848a0;
    border-bottom: 3px solid #3f59b0;
    padding: 0 0 8px;
}

/* .main_news_dignitaries .news .l {
    margin-top: 5px;
    width: 89px;
    height: 3px;
    background: #3f59b0;
} */

.main_news_dignitaries .news .line {
    width: 874px;
    height: 1px;
    background: #eeeeee;
}

.main_news_dignitaries .news .btm {
    display: flex;

}

.main_news_dignitaries .news .contents {
    width: 100%;
    padding-left: 0.1px;
    margin-top: 20px;
    /* display: flex; */
}

.main_news_dignitaries .news .contents ul li {
    display: inline;
}

.main_news_dignitaries .news .contents ul li a {
    display: inline-block;
    width: 45%;
    /* margin-left: 16px; */
    font-family: var(--MicrosoftYaHei);
    margin-bottom: 7px;
    line-height: 24px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main_news_dignitaries .news .contents ul li:nth-child(2n) {
    margin-left: 45.5px
}

/* 闁哄倷鍗冲锟� 缂備焦鎸诲ḿ锟� */

/* 闁衡偓閼愁垼娲� 鐎殿喒鍋撳┑顕嗘嫹 */

.main_news_dignitaries .dignitaries .item_text a {
    font-size: 16px;
    font-family: var(--MicrosoftYaHei);
    color: #111111;
    line-height: 24px;
    margin: 15px 22px 12px 22px;
    position: relative;

}

.main_news_dignitaries .dignitaries .text_hover:hover {
    color: var(--activeTextColor);
}

.main_news_dignitaries .dignitaries .text_hover:hover .dot {
    background: var(--activeTextColor);
}

.main_news_dignitaries .dignitaries .list a::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #666666;
    border-radius: 50%;
    margin-right: 8px;
    transform: translateY(-4px);
}


.main_news_dignitaries .dignitaries {
    width: 390px;
    height: 274px;
    background: #ffffff;
    box-shadow: 0px 1px 4px 0px rgba(211, 211, 211, 0.8);
    position: relative;
    padding-top: 0.1px;


}

#swiperPolitician {
    position: static !important;
    margin-left: 0;
}

.main_news_dignitaries .dignitaries .top {
    padding-top: 0.1px;
    margin-left: 21px;
    margin-top: 24px;
    position: relative;

}

#swiperPolitician .swiper-slide a {
    /* 闁告凹鍨抽弫锟� Webkit 闁烩晜甯楄啯闁割煉鎷� */
    display: -webkit-box;
    /* 闁哄嫬澧介妵姘▔閵堝牜鏀介柡鍌氭处濠€锟� */
    -webkit-line-clamp: 2;
    /* 闁搞劌鍊诲ú鍧楀及閸撗佷粵闁哄倸娲﹀﹢锟� */
    -webkit-box-orient: vertical;
    /* 閻℃帒鎳庨崵顓㈡焾閵娿儱鐎婚柣鈧妿濞撶兘鎮鹃妷銉ュ▏(...)閻炴稏鍔庨妵锟� */
    overflow: hidden;
    text-overflow: ellipsis;
}

#swiperPolitician .swiper-slide a::before {
    /* position: absolute;
    left: -10px;
    top: 14px; */
    display: inline-block;
    content: '';
    width: 3px;
    height: 3px;
    background: #666666;
    border-radius: 50%;
    margin-right: 8px;
    transform: translateY(-4px);
}

.main_news_dignitaries .dignitaries .title a {
    position: relative;
    display: inline-block;
    font-size: 22px;
    font-family: var(--fontFamilyStyle);
    font-weight: 900;
    color: #3848a0;
    border-bottom: 3px solid #3f59b0;
    padding: 0 0 8px;
}

/* .main_news_dignitaries .dignitaries .l {
    margin-top: 5px;
    width: 89px;
    height: 3px;
    background: #3f59b0;
} */




.main_news_dignitaries .dignitaries .channel {
    position: absolute;
    bottom: 8px;
    right: 12px;
    font-size: 16px;
    font-family: var(--MicrosoftYaHei);
    font-weight: var(--secondTitleFWeight);
    font-style: italic;
    line-height: 24px;
    color: #666;
    cursor: pointer;
}

.main_news_dignitaries .dignitaries .line {
    width: 390px;
    height: 1px;
    background: #eeeeee;
}

.main_news_dignitaries .dignitaries .list {
    /* margin-top: 22px; */
}

.main_news_dignitaries .dignitaries .swiper-pagination-bullets {
    width: auto;
    left: auto;
    bottom: auto;
}

.main_news_dignitaries .dignitaries .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.main_news_dignitaries .dignitaries .swiper-pagination {
    display: inline-block;
    position: absolute;
    top: 27px;
    right: 18px;
}

.main_news_dignitaries .dignitaries .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #1d71b7;
    opacity: 0.3;
    border-radius: 4px;
}

.main_news_dignitaries .dignitaries .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    background: #1d71b7;
    border-radius: 4px;
    opacity: 1;
}

/* 闁衡偓閼愁垼娲ｇ紓浣规尰濞硷拷 */

/* 闁绘鎳撻崺鍡涘箳閵娿劌绀冪€殿喒鍋撳┑顕嗘嫹 */
.main_recommendation {
    margin-top: 16px;
    padding-top: 0.1px;
    width: 100%;
    height: 374px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px 0px rgba(211, 211, 211, 0.8);
}

.main_recommendation .top {
    padding-top: 0.1px;
    margin-left: 21px;
    margin-top: 24px;
    position: relative;
}

.main_recommendation .top .title {
    display: inline-block;
    font-size: 22px;
    font-family: var(--fontFamilyStyle);
    font-weight: 900;
    color: #3848a0;
}
.main_recommendation .top .title .ztgz{
    font-size: 16px;
    font-family: var(--MicrosoftYaHei);
    font-weight: var(--secondTitleFWeight);
    color: #666;
    font-style: italic;
    line-height: 24px;
    cursor: pointer;
    font-style: italic;
    cursor: pointer;
    padding-left: 1078px;
}
.main_recommendation .top .l {
    margin-top: 5px;
    width: 89px;
    height: 3px;
    background: #3f59b0;
}
.main_recommendation .top .l  a{
    font-size: 16px;
    font-family: var(--MicrosoftYaHei);
    font-weight: var(--secondTitleFWeight);
    color: #666;
    line-height: 24px;
}

.main_recommendation .line {
    width: 1280px;
    height: 1px;
    background: #eeeeee;
}

.main_recommendation .swiper_recommendation {
    padding: 0 19px;
    height: 300px;
    margin-top: 8px;
}

.main_recommendation .swiper_recommendation .box {
    width: 200px;
    height: 300px;
    overflow: hidden;

}

.main_recommendation .swiper_recommendation .swiper-button-prev::after {
    content: none;
}

.main_recommendation .swiper_recommendation .swiper-button-next::after {
    content: none;
}

.main_recommendation .swiper_recommendation .swiper-button-prev {
    display: none;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    margin-top: 0;
    width: 34px;
    height: 73px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAABJCAYAAABYdPRbAAADLUlEQVRoge3az0vTcRzH8fd36GrFN1ALvkRuLDaSUc6DBgW76kEh+O4keHCHgd9JV/+Rcjp2mAdBL3rSg95qp5iYyxjGRJllfCE12RdcTvl+46UF8SVoP776/hLfF+y47x6ML9uT7SMYhpGi690pEe0TUY6I3hLROV695ZoR2A0ievjr8ZyIXhPRsYsB8uc6iegl3hBuCPaAiCJ2gGBP7QLx2gVii3vkYg7EPAdingMxz4GY939CdnZ2bsuy/GJiYuIZKySZTIYFQTDGx8fzbJDl5eX7xWJRGhgY2PL5fCcsEE3TWubn57s7Ojq00dHR7UauYQkknU53lctlTywW23C73ToLpFAo3Mlms4FwOPw5Eol8a/Q6TUF0Xafp6eme1tbW80Qi8bGZazUFWVxc9JZKpbtDQ0MFSZJ+sECOjo7cCwsLTyRJOh4ZGdltBtEUZGpqKlSpVNzxePy9y+UyWCDr6+ttuVzO39fXt9vb2/u9WURDEF3XhVQq1ePxeKqKohSsQDQEmZ2d9auq2ibL8mZ7e3uVBaKq6s2lpaWQ1+s9iEaje1Yh6oYkk8nHZ2dnLYqibLhc1hZEzVfLZrP38vl8ZyQS2Q6FQmVLFbVCqtWqK5PJ9IiiWInH41tWI2qGZDKZ4OHhoTg8PPxBFMVzFkipVLq1urr6KBAIqIODg1+vAlETZHJyMmwYhpBIJOquLkshvycIwlU6/g1RFCWPDkWPskL8fv9Jf3//J/QoupQNgsVisSJ6dG5urht9ygZBh6JHNU3zoE/ZIBh6FF2KPkWnskEwdCn6FJ2KXmWDoEvRp+hU9CobBEOfolPRq+hWNgj6FJ2KXkW3skEwdCp6Fd26trbWxgahy0/cAro1nU7jxm36879hCHo1Go1uol/RsWwQTJblPZ/Pd4CORc+yQdCtY2NjG+hY9CwbBEO/omPRs+haNgiGjkXPomvRt2wQdCx6Fl07MzMTYINg6NlgMKiurKx0oXPZIHT5pZhH36Jz630uxx/Qf53zE7h5DsQ8B2KeAzHPgZh2ahfIvl0gOTtAvuD0FTcEiFc4AsZx/Avn0FQiekdEby7OoRHRTxZxRi0nu0IrAAAAAElFTkSuQmCC) no-repeat center;
    background-size: 100% 100%;
}

.main_recommendation .swiper_recommendation .swiper-button-next {
    display: none;
    cursor: pointer;
    position: absolute;
    margin-top: 0;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 34px;
    height: 73px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAABJCAYAAABYdPRbAAADH0lEQVRoge3aQWvTABjG8TdhrVbJcJtCUNZSWHGUaXdoFQ/R2y4bCO1psEsPha3zvC8i61Z6yA6DnrrTduiO9tgxV5WiVDbqRAKuUwys0o1GHq0iQViXpHsr5Lkn+dOG9EdbwTAM6myAiB4TUYyI7hDRFbrEDXQudYOInhHR6GVe/O+JnRjWCOqEKNwRv0MecEdQJ8TfBx1/7hH2if0QQW7IP+aGmOeGmOeGmPf/hiwtLT2Kx+NP9/f3r7OGLC4uVgRBMDKZTIQ1JBAInExNTb2r1Wry1tbWbbYQLJlM1kZGRvR8Pn9f13VHPr0thXi93nYymdzTdd2Xy+XG2UIwRVE+RyKRw1KpNFatVgfZQrB0Ov3G4/Gcra6uTrbbbb4QWZa/z8zMVOv1+s2NjQ1b5LT9QJubmzuQZflroVC4d3x87GULEUXRSKVSL5vNpndlZSXMFoJFo9EvsVjsoFwuB3d3d4fYQrCFhYWqz+drZbNZ3LgCW8jw8HArkUi81jRtaH19PcgWgsXj8Q9+v/9oc3MzrGnaVbYQURTxFu2dnp4OZDKZCbYQLBwOf1MU5X2lUhktlUq32EKwVCr1VpKkpqqqkVar1dU1ehIiSdLZ7Ozsq0ajMbi2tjbGFoJNT09/CoVCWrFYHK/X69fYQujXs6ViGIawvLx8ruZ6GiII3T/XehoC18K3eGXYQuBZuBa+DQaDJywhcCw8C9fCt90c05MQOBaehWvhW5YQ+BWOhWfh2m6PczQEboVf4Vh49iLHOhoCt8KvcCw8yxICr8Kt8Csce9HjHQuBV+FW+BWOZQnZ2dkZglfhVvjVyjlsh8CnuVxuEl6FW62ex3YIfAqnwqtwK0sIXAqfBgKBI3jVzrlshcCl8On8/PwevMoSAo/CpfApnGqrwmoIHKqq6iRcCp/ajbAcoqpqqNFoSHApfMoSAn9ub2/fhUfhUiciLIXAn3BoOp0+V10XGX6Azjp5QqtzvwI3zw0xzw0xzw0xr69CHPnQsjuE2JKVkyHlPuj4GfKCiD72QwjukedEdMgZYv4f2hMieoifYi71f2hE9AOXzT+BgEqniAAAAABJRU5ErkJggg==) no-repeat center;
    background-size: 100% 100%;
}

.main_recommendation .swiper_recommendation img {
    width: 200px;
    height: 300px;
    border-radius: 4px;
    transition: 1s;
}

.main_recommendation .swiper_recommendation img:hover {
    transform: scale(1.1);
    transition: 1s;

}

/* 闁绘鎳撻崺鍡涘箳閵娿劌绀� 缂備焦鎸诲ḿ锟� */
/* 闁哄倹婢樺畷鏇犳媼閼愁垳娈� 闁哄牜鍓涚紞澶嬬▔閹捐倸锟�  start*/
.main_interview_zhuangao_service {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}

.main_interview_zhuangao_service .interview {
    width: 416px;
    height: 432px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px 0px rgba(211, 211, 211, 0.8);
    padding-top: 0.1px;
    position: relative;
}

.main_interview_zhuangao_service .interview .top {
    padding-top: 0.1px;
    margin-left: 21px;
    margin-top: 24px;
    position: relative;


}

.main_interview_zhuangao_service .interview .title a {
    display: inline-block;
    font-size: 22px;
    font-family: var(--fontFamilyStyle);
    font-weight: 900;
    color: #3848a0;
}

.main_interview_zhuangao_service .interview .channel:hover {
    color: var(--activeTitleColor);
}

.main_interview_zhuangao_service .interview .l {
    margin-top: 5px;
    width: 89px;
    height: 3px;
    background: #3f59b0;
}

.main_interview_zhuangao_service .interview .channel {
    position: absolute;
    bottom: 8px;
    right: 12px;
    font-size: 16px;
    font-family: var(--fontFamilyStyle);
    font-style: italic;
    color: #111111;
    line-height: 24px;
    cursor: pointer;
}

.main_interview_zhuangao_service .interview .line {
    width: 416px;
    height: 1px;
    background: #eeeeee;
}

.main_interview_zhuangao_service .interview .box {
    margin: 0 16px;
    margin-top: 12px;


}

.main_interview_zhuangao_service .interview .box .img {
    width: 383px;
    height: 216px;
    overflow: hidden;
}

.main_interview_zhuangao_service .interview .box img {
    width: 383px;
    height: 216px;
    transition: 1s ease-in-out;
}

.main_interview_zhuangao_service .interview .box img:hover {
    transform: scale(1.1);
    transition: 1s ease-in-out;
}

.main_interview_zhuangao_service .interview .box .p_title {
    width: 95%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #111111;
    font-weight: 500;
    font-family: var(--MicrosoftYaHei);
    line-height: 24px;
    margin-top: 12px;
    cursor: pointer;

}

.main_interview_zhuangao_service .interview .interview_text a:hover {
    color: var(--activeTextColor);
    cursor: pointer;

}



.main_interview_zhuangao_service .interview .interview_text a {
    display: block;
    font-size: 16px;
    font-family: var(--MicrosoftYaHei);
    color: #111111;
    margin-top: 23px;
    padding-left: 10px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main_interview_zhuangao_service .interview .interview_text a::before {
    display: inline-block;
    content: '';
    width: 3px;
    height: 3px;
    background: #666666;
    border-radius: 50%;
    margin-right: 8px;
    transform: translateY(-4px);
}

#swiperInterview {
    position: static !important;
    margin-left: 0;
}

.main_interview_zhuangao_service .interview .swiper-pagination-bullets {
    width: auto;
    left: auto;
    bottom: auto;
}

.main_interview_zhuangao_service .interview .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.main_interview_zhuangao_service .interview .swiper-pagination {
    display: inline-block;
    position: absolute;
    top: 27px;
    right: 18px;
}

.main_interview_zhuangao_service .interview .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #1d71b7;
    opacity: 0.3;
    border-radius: 4px;
}

.main_interview_zhuangao_service .interview .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    background: #1d71b7;
    border-radius: 4px;
    opacity: 1;
}

/* 闁哄倹婢樺畷鏇犳媼閼愁垳娈� 闁哄牜鍓涚紞澶嬬▔閹捐倸锟�  end*/
/* 闁汇垻鍠愬鍧楀嫉瀹ュ懎顫� start */
.main_interview_zhuangao_service .service {
    width: 416px;
    height: 432px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px 0px rgba(211, 211, 211, 0.8);
}

.main_interview_zhuangao_service .service .top {
    padding-top: 0.1px;
    margin-left: 21px;
    margin-top: 24px;
    position: relative;
}

.main_interview_zhuangao_service .service .title a {
    display: inline-block;
    font-size: 22px;
    font-family: var(--fontFamilyStyle);
    font-weight: 900;
    color: #3848a0;
}

.main_interview_zhuangao_service .service .l {
    margin-top: 5px;
    width: 89px;
    height: 3px;
    background: #3f59b0;
}

.main_interview_zhuangao_service .service .channel {
    position: absolute;
    bottom: 8px;
    right: 12px;
    font-size: 16px;
    font-family: var(--fontFamilyStyle);
    font-style: italic;
    color: #111111;
    line-height: 24px;
    cursor: pointer;
}

.main_interview_zhuangao_service .service .channel:hover {
    color: var(--activeTitleColor);
}

.main_interview_zhuangao_service .service .line {
    width: 416px;
    height: 1px;
    background: #eeeeee;
}

.main_interview_zhuangao_service .service .list {
    margin-top: 18px;
}

.main_interview_zhuangao_service .service .swiper_life {
    padding: 0 16px;
}

.main_interview_zhuangao_service .service .swiper_life .box {
    width: 383px;
    height: 118px;
    overflow: hidden;
}

.main_interview_zhuangao_service .service .swiper_life img {
    width: 383px;
    height: 118px;
    object-fit: cover;
    overflow: hidden;
    transition: 1s ease-in-out;
}

/* zhejiang_card 原新华社记者看浙江*/
.study .zhejiang_card .swiper_life {
    padding: 0 0;
}

.study .zhejiang_card .swiper_life .box {
    width: 390px;
    height: 76px;
    overflow: hidden;
}

.study .zhejiang_card .swiper_life img {
    width: 390px;
    height: 76px;
    object-fit: cover;
    overflow: hidden;
    transition: 1s ease-in-out;
}

/* 　*/

.main_interview_zhuangao_service .service img:hover {
    transform: scale(1.1);
    transition: 1s ease-in-out;
    cursor: pointer;
}

#swiperLife .swiper-button-prev::after {
    content: none;
}

#swiperLife .swiper-button-next::after {
    content: none;
}


#swiperLife .swiper-button-prev {
    display: none;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    margin-top: 0;
    width: 34px;
    height: 73px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAABJCAYAAABYdPRbAAADLUlEQVRoge3az0vTcRzH8fd36GrFN1ALvkRuLDaSUc6DBgW76kEh+O4keHCHgd9JV/+Rcjp2mAdBL3rSg95qp5iYyxjGRJllfCE12RdcTvl+46UF8SVoP776/hLfF+y47x6ML9uT7SMYhpGi690pEe0TUY6I3hLROV695ZoR2A0ievjr8ZyIXhPRsYsB8uc6iegl3hBuCPaAiCJ2gGBP7QLx2gVii3vkYg7EPAdingMxz4GY939CdnZ2bsuy/GJiYuIZKySZTIYFQTDGx8fzbJDl5eX7xWJRGhgY2PL5fCcsEE3TWubn57s7Ojq00dHR7UauYQkknU53lctlTywW23C73ToLpFAo3Mlms4FwOPw5Eol8a/Q6TUF0Xafp6eme1tbW80Qi8bGZazUFWVxc9JZKpbtDQ0MFSZJ+sECOjo7cCwsLTyRJOh4ZGdltBtEUZGpqKlSpVNzxePy9y+UyWCDr6+ttuVzO39fXt9vb2/u9WURDEF3XhVQq1ePxeKqKohSsQDQEmZ2d9auq2ibL8mZ7e3uVBaKq6s2lpaWQ1+s9iEaje1Yh6oYkk8nHZ2dnLYqibLhc1hZEzVfLZrP38vl8ZyQS2Q6FQmVLFbVCqtWqK5PJ9IiiWInH41tWI2qGZDKZ4OHhoTg8PPxBFMVzFkipVLq1urr6KBAIqIODg1+vAlETZHJyMmwYhpBIJOquLkshvycIwlU6/g1RFCWPDkWPskL8fv9Jf3//J/QoupQNgsVisSJ6dG5urht9ygZBh6JHNU3zoE/ZIBh6FF2KPkWnskEwdCn6FJ2KXmWDoEvRp+hU9CobBEOfolPRq+hWNgj6FJ2KXkW3skEwdCp6Fd26trbWxgahy0/cAro1nU7jxm36879hCHo1Go1uol/RsWwQTJblPZ/Pd4CORc+yQdCtY2NjG+hY9CwbBEO/omPRs+haNgiGjkXPomvRt2wQdCx6Fl07MzMTYINg6NlgMKiurKx0oXPZIHT5pZhH36Jz630uxx/Qf53zE7h5DsQ8B2KeAzHPgZh2ahfIvl0gOTtAvuD0FTcEiFc4AsZx/Avn0FQiekdEby7OoRHRTxZxRi0nu0IrAAAAAElFTkSuQmCC) no-repeat center;
    background-size: 100% 100%;
}

#swiperLife .swiper-button-next {
    display: none;
    cursor: pointer;
    position: absolute;
    margin-top: 0;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 34px;
    height: 73px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAABJCAYAAABYdPRbAAADH0lEQVRoge3aQWvTABjG8TdhrVbJcJtCUNZSWHGUaXdoFQ/R2y4bCO1psEsPha3zvC8i61Z6yA6DnrrTduiO9tgxV5WiVDbqRAKuUwys0o1GHq0iQViXpHsr5Lkn+dOG9EdbwTAM6myAiB4TUYyI7hDRFbrEDXQudYOInhHR6GVe/O+JnRjWCOqEKNwRv0MecEdQJ8TfBx1/7hH2if0QQW7IP+aGmOeGmOeGmPf/hiwtLT2Kx+NP9/f3r7OGLC4uVgRBMDKZTIQ1JBAInExNTb2r1Wry1tbWbbYQLJlM1kZGRvR8Pn9f13VHPr0thXi93nYymdzTdd2Xy+XG2UIwRVE+RyKRw1KpNFatVgfZQrB0Ov3G4/Gcra6uTrbbbb4QWZa/z8zMVOv1+s2NjQ1b5LT9QJubmzuQZflroVC4d3x87GULEUXRSKVSL5vNpndlZSXMFoJFo9EvsVjsoFwuB3d3d4fYQrCFhYWqz+drZbNZ3LgCW8jw8HArkUi81jRtaH19PcgWgsXj8Q9+v/9oc3MzrGnaVbYQURTxFu2dnp4OZDKZCbYQLBwOf1MU5X2lUhktlUq32EKwVCr1VpKkpqqqkVar1dU1ehIiSdLZ7Ozsq0ajMbi2tjbGFoJNT09/CoVCWrFYHK/X69fYQujXs6ViGIawvLx8ruZ6GiII3T/XehoC18K3eGXYQuBZuBa+DQaDJywhcCw8C9fCt90c05MQOBaehWvhW5YQ+BWOhWfh2m6PczQEboVf4Vh49iLHOhoCt8KvcCw8yxICr8Kt8Csce9HjHQuBV+FW+BWOZQnZ2dkZglfhVvjVyjlsh8CnuVxuEl6FW62ex3YIfAqnwqtwK0sIXAqfBgKBI3jVzrlshcCl8On8/PwevMoSAo/CpfApnGqrwmoIHKqq6iRcCp/ajbAcoqpqqNFoSHApfMoSAn9ub2/fhUfhUiciLIXAn3BoOp0+V10XGX6Azjp5QqtzvwI3zw0xzw0xzw0xr69CHPnQsjuE2JKVkyHlPuj4GfKCiD72QwjukedEdMgZYv4f2hMieoifYi71f2hE9AOXzT+BgEqniAAAAABJRU5ErkJggg==) no-repeat center;
    background-size: 100% 100%;
}

/* 闁汇垻鍠愬鍧楀嫉瀹ュ懎顫ょ紓浣规尰濞硷拷 */
.main_adv {
    width: 100%;
    height: 100px;
    margin-top: 15px;
}

#swiperAdv img {
    width: 100%;
    height: 100px;
}

#swiperAdv .swiper-button-prev::after {
    content: none;
}

#swiperAdv .swiper-button-next::after {
    content: none;
}

#swiperAdv .swiper-button-prev {
    display: none;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    margin-top: 0;
    width: 34px;
    height: 73px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAABJCAYAAABYdPRbAAADLUlEQVRoge3az0vTcRzH8fd36GrFN1ALvkRuLDaSUc6DBgW76kEh+O4keHCHgd9JV/+Rcjp2mAdBL3rSg95qp5iYyxjGRJllfCE12RdcTvl+46UF8SVoP776/hLfF+y47x6ML9uT7SMYhpGi690pEe0TUY6I3hLROV695ZoR2A0ievjr8ZyIXhPRsYsB8uc6iegl3hBuCPaAiCJ2gGBP7QLx2gVii3vkYg7EPAdingMxz4GY939CdnZ2bsuy/GJiYuIZKySZTIYFQTDGx8fzbJDl5eX7xWJRGhgY2PL5fCcsEE3TWubn57s7Ojq00dHR7UauYQkknU53lctlTywW23C73ToLpFAo3Mlms4FwOPw5Eol8a/Q6TUF0Xafp6eme1tbW80Qi8bGZazUFWVxc9JZKpbtDQ0MFSZJ+sECOjo7cCwsLTyRJOh4ZGdltBtEUZGpqKlSpVNzxePy9y+UyWCDr6+ttuVzO39fXt9vb2/u9WURDEF3XhVQq1ePxeKqKohSsQDQEmZ2d9auq2ibL8mZ7e3uVBaKq6s2lpaWQ1+s9iEaje1Yh6oYkk8nHZ2dnLYqibLhc1hZEzVfLZrP38vl8ZyQS2Q6FQmVLFbVCqtWqK5PJ9IiiWInH41tWI2qGZDKZ4OHhoTg8PPxBFMVzFkipVLq1urr6KBAIqIODg1+vAlETZHJyMmwYhpBIJOquLkshvycIwlU6/g1RFCWPDkWPskL8fv9Jf3//J/QoupQNgsVisSJ6dG5urht9ygZBh6JHNU3zoE/ZIBh6FF2KPkWnskEwdCn6FJ2KXmWDoEvRp+hU9CobBEOfolPRq+hWNgj6FJ2KXkW3skEwdCp6Fd26trbWxgahy0/cAro1nU7jxm36879hCHo1Go1uol/RsWwQTJblPZ/Pd4CORc+yQdCtY2NjG+hY9CwbBEO/omPRs+haNgiGjkXPomvRt2wQdCx6Fl07MzMTYINg6NlgMKiurKx0oXPZIHT5pZhH36Jz630uxx/Qf53zE7h5DsQ8B2KeAzHPgZh2ahfIvl0gOTtAvuD0FTcEiFc4AsZx/Avn0FQiekdEby7OoRHRTxZxRi0nu0IrAAAAAElFTkSuQmCC) no-repeat center;
    background-size: 100% 100%;
}

#swiperAdv .swiper-button-next {
    display: none;
    cursor: pointer;
    position: absolute;
    margin-top: 0;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 34px;
    height: 73px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAABJCAYAAABYdPRbAAADH0lEQVRoge3aQWvTABjG8TdhrVbJcJtCUNZSWHGUaXdoFQ/R2y4bCO1psEsPha3zvC8i61Z6yA6DnrrTduiO9tgxV5WiVDbqRAKuUwys0o1GHq0iQViXpHsr5Lkn+dOG9EdbwTAM6myAiB4TUYyI7hDRFbrEDXQudYOInhHR6GVe/O+JnRjWCOqEKNwRv0MecEdQJ8TfBx1/7hH2if0QQW7IP+aGmOeGmOeGmPf/hiwtLT2Kx+NP9/f3r7OGLC4uVgRBMDKZTIQ1JBAInExNTb2r1Wry1tbWbbYQLJlM1kZGRvR8Pn9f13VHPr0thXi93nYymdzTdd2Xy+XG2UIwRVE+RyKRw1KpNFatVgfZQrB0Ov3G4/Gcra6uTrbbbb4QWZa/z8zMVOv1+s2NjQ1b5LT9QJubmzuQZflroVC4d3x87GULEUXRSKVSL5vNpndlZSXMFoJFo9EvsVjsoFwuB3d3d4fYQrCFhYWqz+drZbNZ3LgCW8jw8HArkUi81jRtaH19PcgWgsXj8Q9+v/9oc3MzrGnaVbYQURTxFu2dnp4OZDKZCbYQLBwOf1MU5X2lUhktlUq32EKwVCr1VpKkpqqqkVar1dU1ehIiSdLZ7Ozsq0ajMbi2tjbGFoJNT09/CoVCWrFYHK/X69fYQujXs6ViGIawvLx8ruZ6GiII3T/XehoC18K3eGXYQuBZuBa+DQaDJywhcCw8C9fCt90c05MQOBaehWvhW5YQ+BWOhWfh2m6PczQEboVf4Vh49iLHOhoCt8KvcCw8yxICr8Kt8Csce9HjHQuBV+FW+BWOZQnZ2dkZglfhVvjVyjlsh8CnuVxuEl6FW62ex3YIfAqnwqtwK0sIXAqfBgKBI3jVzrlshcCl8On8/PwevMoSAo/CpfApnGqrwmoIHKqq6iRcCp/ajbAcoqpqqNFoSHApfMoSAn9ub2/fhUfhUiciLIXAn3BoOp0+V10XGX6Azjp5QqtzvwI3zw0xzw0xzw0xr69CHPnQsjuE2JKVkyHlPuj4GfKCiD72QwjukedEdMgZYv4f2hMieoifYi71f2hE9AOXzT+BgEqniAAAAABJRU5ErkJggg==) no-repeat center;
    background-size: 100% 100%;
}

/* adv end */
/*  闁告帗顨夐妴锟� start  */
.main_list {
    width: 100%;
}

.main_list .list {
    display: flex;
    justify-content: space-between;
}



.main_list .container {
    width: 416px;
    height: 248px;
    margin-top: 16px;
    background: #ffffff;
    box-shadow: 0px 1px 4px 0px rgba(211, 211, 211, 0.8);
}

.main_list .headers {
    height: 56px;
    padding: 0 21px;
    display: flex;
    align-items: flex-end;
}

.main_list .headers .title {
    padding: 0 0 8px;
    font-size: 22px;
    font-family: var(--fontFamilyStyle);
    font-weight: 900;
    color: #3848a0;
    border-bottom: 3px solid #3f59b0;
}

.main_list .headers .title a {
    color: #3848a0;

}

.main_list .content {
    width: 100%;
    height: calc(100% - 56px);
    padding: 25px 0;
    border-top: 1px solid #eeeeee;
}

.main_list .content .dot {
    width: 3px;
    height: 3px;
    margin-right: 6px;
    background: #666666;
    border-radius: 50%;
}

/* 闁告帗顨夐妴锟� end */



/* 閹煎瓨娲熼崕鏉戭嚕閳ь剚鎱ㄩ敓锟� */
/* .main_footer {} */

.main_footer .window {
    margin-top: 16px;
    background: url(http://www.news.cn/2023homepro/images/xhwindow-bg.png) no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    height: 332px;
    padding: 36px;
    position: relative;
}

.main_footer .window .title:before {
    content: "";
    position: absolute;
    left: -2.5px;
    top: 0;
    width: 4px;
    height: 129px;
    background: #2c6de5;
}

.main_footer .window .title:after {
    content: "";
    position: absolute;
    top: 180px;
    left: 13px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #2c6de5;
}

.main_footer .window .title {
    padding-top: 40px;
    padding-left: 13px;
    border-left: 1px solid #969696;
    border-bottom: 0;
    position: absolute;
    top: 36px;
    left: 36px;
    z-index: 5;
    height: 288px;

}

.main_footer .window .title .cn {
    font-size: 24px;
    color: #1686d9;
    line-height: 30px;
}

.main_footer .window .title .en {
    margin-top: 10px;
    font-family: Arial;
    font-size: 15px;
    line-height: 20px;
    color: #666;
}

.main_footer .window .clearfix {
    padding: 20px 0 0px 115px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;

}

.main_footer .window .clearfix .nav {
    width: 264px;

}

.main_footer .window .clearfix .nav a:hover {
    color: var(--activeTitleColor);
}

.main_footer .window .clearfix .nav a:nth-child(1) {
    background: #2c6de5 url(http://www.news.cn/2023homepro/images/xhwindow-icon1.png) center 10px no-repeat;
    border-radius: 0 0 25px 0;
}

.main_footer .window .clearfix .nav a:nth-child(2) {
    background: #2c6de5 url(http://www.news.cn/2023homepro/images/xhwindow-icon2.png) center 10px no-repeat;
    border-radius: 0 0 0 25px;
}

.main_footer .window .clearfix .nav a:nth-child(3) {
    background: #2c6de5 url(http://www.news.cn/2023homepro/images/xhwindow-icon3.png) center 10px no-repeat;
    border-radius: 0 25px 0 0;
}

.main_footer .window .clearfix .nav a:nth-child(4) {
    background: #2c6de5 url(http://www.news.cn/2023homepro/images/xhwindow-icon4.png) center 10px no-repeat;
    border-radius: 25px 0 0 0;
}

.main_footer .window .clearfix .list_news {
    width: 740px;
}



.main_footer .window .list_news li a::before {
    display: inline-block;
    position: relative;
    left: -8px;
    top: 0;
    content: "";
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #0762cb;
    margin-right: 0;
    vertical-align: baseline;
    /* transform: translateY(px); */
}

.main_footer .window .list_news li {
    padding: 6px 10px 6px 16px;
    height: 55px;
    width: 350px;
    line-height: 26px;
    display: inline-block;
    vertical-align: top;
    position: relative;

}

.main_footer .window .list_news li a {
    /* 闁瑰箍鍨奸、鎴犱沪閺囩姰浠� */
    white-space: pre-wrap;
}

.main_footer .window .ccc {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    margin-right: 12px;
    line-height: 140px;
    width: 120px;
    height: 90px;
    overflow: hidden;
    color: #fff;
}

.main_footer .window .swiperBox {
    height: 45px;
    width: 100%;
    position: relative;


}

.main_footer .window .directionIcon:hover {
    opacity: 1;
}

.main_footer .window .swiperBox #swiper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;


}

.main_footer .window .swiperBox #swiper .imgBox {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    display: flex;


}

.main_footer .window .swiperBox #swiper .imgDiv {
    display: block;
    text-indent: none;
    outline: 0;
    width: auto;
    margin-right: 10px;


}

.main_footer .window .swiperBox #swiper .imgDiv img {
    height: 100%;
    width: auto;
}

.main_footer .desc {
    padding-bottom: 46px;

}

.main_footer p {
    margin-top: 32px;
    text-align: center;
    font-size: 16px;
    font-family: var(--MicrosoftYaHei);

}


/* 闁哄倹婢橀·锟� 閺夌儐鍠楅幐閬嶅炊妤ｅ啫甯崇紓鍐挎嫹 */
.main_swiper_study #BigSwiperBanner .swiper-button-prev::after {
    content: none;
}

.main_swiper_study #BigSwiperBanner .swiper-button-next::after {
    content: none;
}

.main_swiper_study #BigSwiperBanner .swiper-button-prev {
    display: none;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    margin-top: 0;
    width: 34px;
    height: 73px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAABJCAYAAABYdPRbAAADLUlEQVRoge3az0vTcRzH8fd36GrFN1ALvkRuLDaSUc6DBgW76kEh+O4keHCHgd9JV/+Rcjp2mAdBL3rSg95qp5iYyxjGRJllfCE12RdcTvl+46UF8SVoP776/hLfF+y47x6ML9uT7SMYhpGi690pEe0TUY6I3hLROV695ZoR2A0ievjr8ZyIXhPRsYsB8uc6iegl3hBuCPaAiCJ2gGBP7QLx2gVii3vkYg7EPAdingMxz4GY939CdnZ2bsuy/GJiYuIZKySZTIYFQTDGx8fzbJDl5eX7xWJRGhgY2PL5fCcsEE3TWubn57s7Ojq00dHR7UauYQkknU53lctlTywW23C73ToLpFAo3Mlms4FwOPw5Eol8a/Q6TUF0Xafp6eme1tbW80Qi8bGZazUFWVxc9JZKpbtDQ0MFSZJ+sECOjo7cCwsLTyRJOh4ZGdltBtEUZGpqKlSpVNzxePy9y+UyWCDr6+ttuVzO39fXt9vb2/u9WURDEF3XhVQq1ePxeKqKohSsQDQEmZ2d9auq2ibL8mZ7e3uVBaKq6s2lpaWQ1+s9iEaje1Yh6oYkk8nHZ2dnLYqibLhc1hZEzVfLZrP38vl8ZyQS2Q6FQmVLFbVCqtWqK5PJ9IiiWInH41tWI2qGZDKZ4OHhoTg8PPxBFMVzFkipVLq1urr6KBAIqIODg1+vAlETZHJyMmwYhpBIJOquLkshvycIwlU6/g1RFCWPDkWPskL8fv9Jf3//J/QoupQNgsVisSJ6dG5urht9ygZBh6JHNU3zoE/ZIBh6FF2KPkWnskEwdCn6FJ2KXmWDoEvRp+hU9CobBEOfolPRq+hWNgj6FJ2KXkW3skEwdCp6Fd26trbWxgahy0/cAro1nU7jxm36879hCHo1Go1uol/RsWwQTJblPZ/Pd4CORc+yQdCtY2NjG+hY9CwbBEO/omPRs+haNgiGjkXPomvRt2wQdCx6Fl07MzMTYINg6NlgMKiurKx0oXPZIHT5pZhH36Jz630uxx/Qf53zE7h5DsQ8B2KeAzHPgZh2ahfIvl0gOTtAvuD0FTcEiFc4AsZx/Avn0FQiekdEby7OoRHRTxZxRi0nu0IrAAAAAElFTkSuQmCC) no-repeat center;
    background-size: 100% 100%;
}

.main_swiper_study #BigSwiperBanner .swiper-button-next {
    display: none;
    cursor: pointer;
    position: absolute;
    margin-top: 0;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 34px;
    height: 73px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAABJCAYAAABYdPRbAAADH0lEQVRoge3aQWvTABjG8TdhrVbJcJtCUNZSWHGUaXdoFQ/R2y4bCO1psEsPha3zvC8i61Z6yA6DnrrTduiO9tgxV5WiVDbqRAKuUwys0o1GHq0iQViXpHsr5Lkn+dOG9EdbwTAM6myAiB4TUYyI7hDRFbrEDXQudYOInhHR6GVe/O+JnRjWCOqEKNwRv0MecEdQJ8TfBx1/7hH2if0QQW7IP+aGmOeGmOeGmPf/hiwtLT2Kx+NP9/f3r7OGLC4uVgRBMDKZTIQ1JBAInExNTb2r1Wry1tbWbbYQLJlM1kZGRvR8Pn9f13VHPr0thXi93nYymdzTdd2Xy+XG2UIwRVE+RyKRw1KpNFatVgfZQrB0Ov3G4/Gcra6uTrbbbb4QWZa/z8zMVOv1+s2NjQ1b5LT9QJubmzuQZflroVC4d3x87GULEUXRSKVSL5vNpndlZSXMFoJFo9EvsVjsoFwuB3d3d4fYQrCFhYWqz+drZbNZ3LgCW8jw8HArkUi81jRtaH19PcgWgsXj8Q9+v/9oc3MzrGnaVbYQURTxFu2dnp4OZDKZCbYQLBwOf1MU5X2lUhktlUq32EKwVCr1VpKkpqqqkVar1dU1ehIiSdLZ7Ozsq0ajMbi2tjbGFoJNT09/CoVCWrFYHK/X69fYQujXs6ViGIawvLx8ruZ6GiII3T/XehoC18K3eGXYQuBZuBa+DQaDJywhcCw8C9fCt90c05MQOBaehWvhW5YQ+BWOhWfh2m6PczQEboVf4Vh49iLHOhoCt8KvcCw8yxICr8Kt8Csce9HjHQuBV+FW+BWOZQnZ2dkZglfhVvjVyjlsh8CnuVxuEl6FW62ex3YIfAqnwqtwK0sIXAqfBgKBI3jVzrlshcCl8On8/PwevMoSAo/CpfApnGqrwmoIHKqq6iRcCp/ajbAcoqpqqNFoSHApfMoSAn9ub2/fhUfhUiciLIXAn3BoOp0+V10XGX6Azjp5QqtzvwI3zw0xzw0xzw0xr69CHPnQsjuE2JKVkyHlPuj4GfKCiD72QwjukedEdMgZYv4f2hMieoifYi71f2hE9AOXzT+BgEqniAAAAABJRU5ErkJggg==) no-repeat center;
    background-size: 100% 100%;
}

/* *** */
.main_swiper_study #BigSwiperBanner:hover .swiper-button-next,
.main_swiper_study #BigSwiperBanner:hover .swiper-button-prev,
.main_recommendation .swiper_recommendation:hover .swiper-button-next,
.main_recommendation .swiper_recommendation:hover .swiper-button-prev,
#swiperLife:hover .swiper-button-next,
#swiperLife:hover .swiper-button-prev,
#swiperAdv:hover .swiper-button-next,
#swiperAdv:hover .swiper-button-prev {
    display: block;
}


/* 闁告梻濞€濞撹泛效閿燂拷 */
.new.main_list .content {
    padding: 25px 0px;
}

.new.main_list .list .container {
    width: 427px;
    height: 318px;
}

.new.main_list .list .container:nth-child(2) .content ul {
    overflow: auto;
    height: 100%;
}

.new.main_list .list .container .content ul li:last-child {
    margin-bottom: 0
}

.new.main_list .list .container:last-child {
    width: 390px;
}

/* 濞ｅ浂鍠楅弫锟� */
.main_news_dignitaries .dignitaries .list.personnel a,
.main_news_dignitaries .dignitaries .list.integrity a {
    width: 87%;
    font-size: 16px;
    font-family: var(--MicrosoftYaHei);
    color: #111111;
    line-height: 24px;
    margin: 15px 23px;
    position: relative;
    /* overflow: visible;
    white-space: pre-wrap; */


}

.main_news_dignitaries .dignitaries .list.personnel a::before,
.main_news_dignitaries .dignitaries .list.integrity a::before {
    /* position: absolute;
    left: -10px;
    top: 14px; */
    display: inline-block;
    content: '';
    width: 3px;
    height: 3px;
    background: #666666;
    border-radius: 50%;
    /* margin-right: 8px; */
    transform: translateY(-4px);
}
.yayunhui_banner {
    width: 1280px;
    margin: 15px auto 0;
    }